Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions git-svn-migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if [[ -e $tmp_destination ]]; then
echo "Temporary repository location \"$tmp_destination\" already exists. Exiting." >&2;
exit 1;
fi
while read line
sed -e 's/#.*//; /^[[:space:]]*$/d' $url_file | while read line
do
# Check for 2-field format: Name [tab] URL
name=`echo $line | awk '{print $1}'`;
Expand Down Expand Up @@ -242,4 +242,4 @@ do
done

echo "- Conversion completed at $(date)." >&2;
done < $url_file
done